/**
 * This is the main application stylesheet. It should include or import all
 * stylesheets used throughout the application as this is the only stylesheet in
 * the Grunt configuration that is automatically processed.
 */
/**
 * First, we include the Twitter Bootstrap LESS files. Only the ones used in the
 * project should be imported as the rest are just wasting space.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
@import '../vendor/bootstrap/less/utilities.less';
@import '../vendor/bootstrap/less/scaffolding.less';
@import '../vendor/bootstrap/less/type.less';
@import '../vendor/bootstrap/less/grid.less';
@import '../vendor/bootstrap/less/layouts.less';
@import '../vendor/bootstrap/less/navs.less';
@import '../vendor/bootstrap/less/navbar.less';
@import '../vendor/bootstrap/less/buttons.less';
@import '../vendor/bootstrap/less/button-groups.less';
@import '../vendor/bootstrap/less/dropdowns.less';
*/
/**
 * This is our main variables file. It in turn imports the `variables` file from
 * Twitter Bootstrap. We must include it last so we can overwrite any variable
 * definitions in our imported stylesheets.
 */
@charset "UTF-8";
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible!important;
  -o-animation-name: flip;
  backface-visibility: visible!important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInX;
  backface-visibility: visible!important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible!important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible!important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInY;
  backface-visibility: visible!important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipOutY;
  backface-visibility: visible!important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: 0.75s;
}
/**
 * These are the variables used throughout the application. This is where 
 * overwrites that are not specific to components should be maintained.
 */
/**
 * Typography-related.
 */
/* Variables */
/*---------------------------------------------------
    LESS Elements 0.7
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.scrollbar::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.scrollbar::-webkit-scrollbar-corner {
  background-color: transparent;
}
.showScrollbarOnHover,
.scrollOnHover {
  overflow-y: auto;
}
.showScrollbarOnHover::-webkit-scrollbar,
.scrollOnHover::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.showScrollbarOnHover::-webkit-scrollbar-corner,
.scrollOnHover::-webkit-scrollbar-corner {
  background-color: transparent;
}
.showScrollbarOnHover::-webkit-scrollbar-button,
.scrollOnHover::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.showScrollbarOnHover::-webkit-scrollbar-thumb,
.scrollOnHover::-webkit-scrollbar-thumb {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.showScrollbarOnHover:hover,
.scrollOnHover:hover {
  overflow-y: auto;
}
.showScrollbarOnHover:hover::-webkit-scrollbar-thumb,
.scrollOnHover:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}
html,
body {
  height: 100%;
}
input,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
b,
u,
i,
ul,
li,
label,
td {
  font-family: 'Roboto', 'Open Sans', "segoe ui", "Helvetica", "Lucida Sans", "Arial", sans-serif;
  text-rendering: optimizelegibility;
}
.condensed {
  font-family: 'Roboto Condensed', 'Open Sans Condensed', "segoe ui", "Helvetica", "Lucida Sans", "Arial", sans-serif;
}
/* General */
html,
body {
  height: 100%;
}
input,
select,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
b,
u,
i,
ul,
li,
label,
td {
  font-family: 'Roboto', 'Open Sans', "segoe ui", "Helvetica", "Lucida Sans", "Arial", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
}
.invert {
  color: white;
}
h1,
.h1 {
  font-size: 40px;
  line-height: 40px;
  color: #5d5f61;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin: 40px 0 20px;
}
h1.invert,
.h1.invert,
.invert h1,
.invert .h1 {
  color: white;
  text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.3);
}
h2,
.h2 {
  font-size: 26px;
  line-height: 26px;
  color: #5d5f61;
  font-weight: 300;
  margin: 10px 0 15px;
  cursor: default;
}
h2.invert,
.h2.invert,
.invert h2,
.invert .h2 {
  text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.3);
}
h3,
.h3 {
  font-size: 15px;
  line-height: 15px;
  color: #5d5f61;
  font-weight: bold;
  margin: 10px 0;
}
h4,
.h4 {
  font-size: 13px;
  line-height: 14.95px;
  color: #5d5f61;
  margin: 10px 0;
}
h3.invert,
.h3.invert,
h4.invert,
.h4.invert,
.invert h3,
.invert .h3,
.invert h4,
.invert .h4 {
  color: #9d9fa1;
}
h5,
.h5 {
  font-size: 11px;
  line-height: 12.65px;
  font-weight: bold;
  color: #5d5f61;
}
h6,
.h6 {
  font-size: 11px;
  line-height: 12.65px;
  color: #9d9fa1;
  margin: 10px 0;
}
h5.invert,
.h5.invert,
h6.invert,
.h6.invert,
.invert h5,
.invert .h5,
.invert h6,
.invert .h6 {
  color: #9d9fa1;
}
a,
a:visited {
  cursor: pointer;
  color: #4356f4;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  text-decoration: none;
  color: #4356f4;
}
p {
  font-size: 11px;
  line-height: 12.65px;
  color: #9d9fa1;
  margin: 10px 0;
}
p.invert,
.invert p {
  color: #b6b8ba;
}
.label {
  text-align: left;
  text-transform: uppercase;
  margin: 5px 0 5px;
  text-shadow: none;
}
.largeFont {
  font-size: 26px !important;
}
.mediumFont {
  font-size: 15px !important;
}
.smallFont {
  font-size: 13px !important;
}
.allowSelect {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.disallowSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h2,
input,
textarea,
.prewrap {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
div,
button,
a,
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.oh {
  overflow: hidden;
}
.nomarg {
  margin: 0 !Important;
}
.nopadd {
  padding: 0 !Important;
}
.nomarg-bottom {
  margin-bottom: 0 !Important;
}
.vmiddle {
  display: table-cell;
  vertical-align: middle;
}
.round,
input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.scroll {
  overflow-x: hidden;
  overflow-y: auto;
}
.inset-shadow {
  -webkit-box-shadow: inset 0 0 2px #000000;
  -moz-box-shadow: inset 0 0 2px #000000;
  box-shadow: inset 0 0 2px #000000;
}
.center {
  margin-left: auto !Important;
  margin-right: auto !Important;
  position: relative !Important;
}
.center-txt {
  text-align: center !Important;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.inlineTxt {
  display: inline;
}
textarea {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea,
button {
  outline: none;
  background: none;
  resize: none;
  border: none;
  font-family: 'Roboto', 'Open Sans', "segoe ui", "Helvetica", "Lucida Sans", "Arial", sans-serif;
}
textarea:focus,
button:focus {
  outline: none;
  border: none;
}
table,
.full-width {
  width: 100%;
}
.icon {
  background: none no-repeat left center;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.disabled {
  cursor: default !important;
}
.text-shadow {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.02), 0px -1px 0px rgba(0, 0, 0, 0.02);
}
.dark-text-shadow {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.light-text-shadow {
  text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.3);
}
.xlight-text-shadow {
  text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.8);
}
.dialog-shadow {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.002);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.002);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.002);
}
.light-shadow {
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.0005);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.0005);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.0005);
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bolder {
  font-weight: bold;
}
.normalWeight {
  font-weight: normal;
}
.unselectable-all {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.unselectable p,
.unselectable h1,
.unselectable h2,
.unselectable h3,
.unselectable h4,
.unselectable h5,
.unselectable h6 {
  cursor: default;
}
.uppercase {
  text-transform: uppercase;
}
.white-back {
  background: white;
}
.small-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.doc-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.doc-shadow-up {
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}
.medium-shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.greyed,
.gray {
  color: #9d9fa1;
}
.grayMedium {
  color: #838587;
}
.strike {
  text-decoration: line-through;
}
.pointer {
  cursor: pointer !important;
}
.defaultCursor {
  cursor: default !important;
}
.textCursor {
  cursor: text !important;
}
.halfOpacity {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.oddEven:nth-child(odd) {
  background: rgba(0, 0, 0, 0.01);
}
.prewrap {
  white-space: pre-wrap;
}
.nowrap {
  white-space: nowrap;
}
.empty {
  font-weight: normal;
  color: #9d9fa1;
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.noPointerEvents {
  pointer-events: none;
}
.bodyBack {
  background: #e6e9ea;
}
.lightBack {
  background: #f4f5f6;
}
.redText {
  color: #ca0637 !important;
}
.greenText {
  color: #00c59b !important;
}
.orangeText {
  color: #e08300 !important;
}
.clearAfter:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.rotate45 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -transform: rotate(45deg);
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.smallButton,
.formButton {
  font-size: 13px;
  line-height: 30px;
  padding: 2px 8px;
  color: #0c21cf;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: normal;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e6e9ea;
}
.smallButton:hover:not('.disabled'),
.formButton:hover:not('.disabled') {
  background: #d5dbdd;
}
.smallButton:active,
.formButton:active {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}
.smallButton.selected,
.formButton.selected {
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.3);
  color: white;
  background: #4356f4;
}
.smallButton i,
.formButton i {
  font-size: 14px;
}
.smallButton.blue,
.formButton.blue {
  background: #132bf1;
  color: white;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.3);
}
.smallButton.blue:hover:not('.disabled'),
.formButton.blue:hover:not('.disabled') {
  background: #0d24e2;
}
.smallButton.green,
.formButton.green {
  color: #009273;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.smallButton.green.selected,
.formButton.green.selected {
  background: white;
  border-color: #009273;
}
.smallButton.red,
.formButton.red {
  color: #fc0744;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.smallButton.red.selected,
.formButton.red.selected {
  background: white;
  border-color: #fc0744;
}
.smallButton.white,
.formButton.white {
  color: #4356f4;
  background: white;
  text-shadow: none;
  border: 1px solid #4356f4;
}
.smallButton.white:hover:not('.disabled'),
.formButton.white:hover:not('.disabled') {
  background: #3045f3;
}
.smallButton.disabled,
.formButton.disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.formButton {
  height: 30px;
  line-height: 27px;
}
/*
 .scrollOnHoverHorizontal {
	&::-webkit-scrollbar {width: 8px; height: 8px;}
	&::-webkit-scrollbar-corner {background-color: transparent;}
	&::-webkit-scrollbar-button {width: 0;height: 0;display: none;}	
	&::-webkit-scrollbar-thumb {background: none; .no-shadow;}	
	&:hover {
		overflow-x: auto;
		&::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.1);-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05),inset 0 -1px 0 rgba(0, 0, 0, 0.05);}
	}
 	overflow-x: auto;
 	overflow-y: hidden;
 }
*/
.scroll::-webkit-scrollbar,
textarea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scroll::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.scroll::-webkit-scrollbar-button,
textarea::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.scroll::-webkit-scrollbar-corner,
textarea::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* placeholder color */
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #d0d2d4;
}
.base-arrow-base {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}
input,
select {
  width: 100%;
  margin: 0;
  padding: 5px;
  border: 1px solid #b6b8ba;
  background: white;
}
input[type="checkbox"],
input[type="radiobutton"] {
  width: auto;
}
.grab {
  cursor: url(https://mail.google.com/mail/images/2/openhand.cur) 8 8, move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.grabbing {
  cursor: url(https://mail.google.com/mail/images/2/closedhand.cur) 8 8, move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.button-shadow {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
::selection {
  background: rgba(67, 86, 244, 0.2);
}
::-moz-selection {
  background: rgba(67, 86, 244, 0.2);
}
a.regularLink {
  font-size: 13px;
  font-weight: normal;
}
a.regularLink:hover {
  text-decoration: underline;
}
body {
  background: white;
  overflow-y: scroll;
}
#top-bar {
  position: relative;
  float: right;
  height: 43px;
  width: 100%;
}
#footer {
  position: fixed;
  background: rgba(230, 233, 234, 0.95);
  top: 0;
  right: 0;
  left: 0;
  height: 43px;
}
#footer #savedLabel {
  margin-left: 20px;
  color: #9d9fa1;
  line-height: 35px;
}
.bar-left {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin-top: 3px;
}
.bar-right {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin-top: 5px;
}
.bar-button {
  height: 33px;
  width: 120px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  color: #132bf1;
  background: #b6b8ba;
  font-weight: normal;
  font-size: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.02), 0px -1px 0px rgba(0, 0, 0, 0.02);
}
.bar-button.highlight {
  background: #4356f4;
  color: white;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.1);
}
.bar-button.highlight:hover {
  background: #2b40f3;
}
.bar-button.active,
.bar-button.active:hover {
  background: #cce4ff;
  color: #132bf1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.infoLabel {
  display: inline-block;
  line-height: 17.55px;
  margin: 5px 0;
  font-size: 13px;
  width: 50px;
  vertical-align: top;
  color: #9d9fa1;
}
.infoLabel:not(.gray) {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  color: #37393b;
}
.infoContent {
  display: inline-block;
  line-height: 115%;
  margin: 5px 0 5px 5px;
  font-size: 13px;
  vertical-align: top;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.noDataLabel {
  font-size: 13px;
  font-style: italic;
  line-height: 115%;
}
.sectionTitle {
  margin: 0 10px 0 0;
  font-size: 15px;
  cursor: default;
  line-height: 125%;
  font-weight: normal;
  color: #919da5;
}
.taskStatusIcon,
.taskStatusNumber {
  display: inline-block;
  height: 20px;
  /*
	&.green .icon-light {color: fade(@green,60);}
	&.blue .icon-light {color: fade(@blue,60);}// padding-left: 4px;}
	&.orange .icon-light, &.alert .icon-light {color: fade(@orange,60);}
	&.red .icon-light {color: fade(@red,80);}
	&.grey .icon-light {color: rgba(0,0,0,0.5);}
*/
}
.taskStatusIcon.green .icon-light,
.taskStatusNumber.green .icon-light {
  color: #00c59b;
}
.taskStatusIcon.blue .icon-light,
.taskStatusNumber.blue .icon-light {
  color: #132bf1;
}
.taskStatusIcon.orange .icon-light,
.taskStatusNumber.orange .icon-light,
.taskStatusIcon.alert .icon-light,
.taskStatusNumber.alert .icon-light {
  color: #ff9500;
}
.taskStatusIcon.red .icon-light,
.taskStatusNumber.red .icon-light {
  color: #fd396a;
}
.taskStatusIcon.grey .icon-light,
.taskStatusNumber.grey .icon-light {
  color: #9d9fa1;
}
.taskStatusIcon.rectangle,
.taskStatusNumber.rectangle {
  height: 20px;
  width: 20px;
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*
		&.green {background: fade(@green,60);}
		&.blue, {background: fade(@blue,60); padding-left: 4px;}
		&.orange, &.alert {background: fade(@orange,60);}
		&.red {background: fade(@red,80);}
		*/
}
.taskStatusIcon.rectangle.green,
.taskStatusNumber.rectangle.green {
  background: rgba(0, 197, 155, 0.8);
}
.taskStatusIcon.rectangle.blue,
.taskStatusNumber.rectangle.blue {
  background: rgba(67, 86, 244, 0.8);
}
.taskStatusIcon.rectangle.orange,
.taskStatusNumber.rectangle.orange,
.taskStatusIcon.rectangle.alert,
.taskStatusNumber.rectangle.alert {
  background: rgba(255, 149, 0, 0.8);
}
.taskStatusIcon.rectangle.red,
.taskStatusNumber.rectangle.red {
  background: rgba(253, 57, 106, 0.8);
}
.taskStatusIcon {
  padding-left: 3px;
}
.taskStatus {
  min-height: 20px;
  display: inline-block;
  margin: 5px 0 10px;
  color: #37393b;
}
.taskStatus.red {
  color: #fd396a;
}
.taskStatus .icon-light {
  text-shadow: none;
}
.taskStatus .taskStatusText {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}
.methodTime {
  color: #5d5f61;
  font-size: 13px;
  font-weight: normal;
  margin: 10px 0;
  line-height: 100%;
  margin: 0 0 5px;
  width: 100%;
  max-width: 200px;
  padding: 3px 0;
  line-height: 125%;
}
.methodTime.red {
  color: #fd396a !important;
}
.personThumb {
  height: 50px;
  width: 50px;
}
.personThumb.big {
  height: 80px;
  width: 80px;
}
ul.smallActions {
  margin: 0;
}
ul.smallActions li {
  float: left;
  font-size: 13px;
  color: #4356f4;
  cursor: pointer;
  margin-right: 10px;
}
ul.smallActions li:not(:last-child):after {
  content: "\2022";
  padding-left: 10px;
}
.close-box-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #9d9fa1;
}
.close-box-button:hover {
  color: #838587;
}
#savedLabel {
  color: #838587;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  margin-left: 20px;
}
.inBetween {
  font-family: 'Roboto', 'Open Sans', "segoe ui", "Helvetica", "Lucida Sans", "Arial", sans-serif;
  font-size: inherit;
  font-style: italic;
  text-transform: none;
}
.link,
.hoverLink:hover {
  color: rgba(12, 33, 207, 0.9);
  cursor: pointer;
}
.contactActions h4 {
  width: 100%;
  text-align: center;
}
.contactActions ul {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.contactActions ul li {
  color: #132bf1;
  float: left;
  width: 33.3%;
  background: #e9ebed;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  text-align: center;
  cursor: pointer;
  height: 55px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 150%;
}
.contactActions ul li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.contactActions ul li i {
  font-size: 18px;
}
.contactActions ul li:hover {
  background: white;
}
#cardTabs {
  clear: both;
  padding: 0 20px;
  margin-top: 20px;
  background: #f4f5f6;
  border: 1px solid #d2d8da;
  height: 43px;
}
#cardTabs:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
#cardTabs:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
#cardTabs .tabButton {
  position: relative;
  float: left;
  margin: 0 30px 0 0;
  min-width: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #0c21cf;
  font-size: 13px;
  font-weight: normal;
  padding: 0;
}
#cardTabs .tabButton.right {
  float: right;
  margin: 0 0 0 30px;
}
#cardTabs .tabButton.noEndBorder:first-of-type {
  border-left: none;
}
#cardTabs .tabButton.noEndBorder:last-of-type {
  border-right: none;
}
#cardTabs .tabButton i {
  color: #0c21cf;
  font-size: 14px;
  vertical-align: top;
  line-height: 40px;
}
#cardTabs .tabButton.iconOnly i {
  font-size: 28px;
  vertical-align: middle;
}
#cardTabs .tabButton i.icon-group {
  font-size: 16px;
}
#cardTabs .tabButton .tabButtonArrow {
  /*
			position: absolute;
			bottom: 1px; left: 50%;
			margin-left: -5px;
			text-shadow: 0 -2px 1px rgba(0,0,0,0.2);
			font-size: 23px !important;
			line-height: 0;
			color: @body-back !important;
			display: none;
			*/
  display: none;
}
#cardTabs .tabButton.active,
#cardTabs .tabButton.active:hover {
  color: #37393b;
  font-weight: 800;
  cursor: default;
  border-bottom: 3px solid #37393b;
  height: 42px;
}
#cardTabs .tabButton.active i,
#cardTabs .tabButton.active:hover i {
  color: #37393b;
}
#cardTabs .tabButton.disabled,
#cardTabs .tabButton.disabled:hover {
  color: #9d9fa1;
}
#cardTabs .tabButton.disabled i,
#cardTabs .tabButton.disabled:hover i {
  color: #9d9fa1;
}
#cardTabs .tabButton .hint {
  font-weight: bold;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
#cardTabs .tabButton .hintWell {
  padding: 1px 3px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 100%;
}
#cardTabs .tabButton .hintWell i {
  font-size: 14px;
  vertical-align: top;
}
#cardTabs .tabButton .hintWell i.fa-star,
#cardTabs .tabButton .hintWell i.fa-star-o {
  font-size: 15px;
}
#cardTabs .tabButton .socialIcon {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
#cardTabs .tabAction {
  min-width: 30px;
  text-align: center;
  display: block;
  margin: 5px 0 5px 10px;
  color: #0c21cf;
  height: 30px;
  cursor: pointer;
  font-size: 13px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 1px solid rgba(111, 133, 144, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 8px;
}
#cardTabs .tabAction i {
  font-size: 14px;
  line-height: 30px;
}
#cardTabs .tabAction.small {
  padding: 0;
  width: 30px;
}
#cardTabs .tabAction:hover {
  border-color: #0c21cf;
}
#cardTabs .open > .tabAction,
#cardTabs .tabAction.popupActive {
  border-color: #0c21cf;
  background: #0c21cf;
  color: white;
}
#tabContentViewer {
  position: relative;
  clear: both;
  z-index: 0;
}
#tabContentViewer .viewTab {
  border: 1px solid #d2d8da;
  border-top: none;
  height: auto;
  margin-bottom: 30px;
}
#tabContentViewer .viewTab:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
#tabContentViewer .viewTab:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
#tabContentViewer .viewTab .viewDoc {
  width: 100%;
  background: white;
  border-bottom: 1px solid #e3e6e8;
}
#tabContentViewer .viewTab .viewDoc:last-child {
  border-bottom: none;
}
#tabContentViewer .viewTab.white {
  background: white;
}
.cardInfo {
  padding: 0;
  border: 1px solid #d2d8da;
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  background: white;
}
.bigContent h3,
h3.bigContent {
  font-weight: normal;
  color: #919da5;
  font-size: 15px;
  margin-bottom: 20px;
}
.bigContent h4,
h4.bigContent {
  font-size: 15px;
  font-weight: bold;
}
.bigContent h5,
h5.bigContent {
  font-size: 13px;
  font-weight: normal;
  color: #838587;
  line-height: 125%;
}
.bigContent p,
p.bigContent {
  color: #838587;
  font-size: 15px;
  line-height: 150%;
}
.bigContent .contentGroup {
  margin-top: 40px;
}
.bigContent .contentGroup > h3 {
  margin-left: 5px;
}
.bigContent .contentGroup:first-child {
  margin-top: 0;
}
.tagLi {
  float: left;
  margin-right: 5px;
  font-size: 11px;
  background: #cce4ff;
  border: 1px solid transparent;
  color: #0c21cf;
  line-height: 100%;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tagLi.clickable {
  cursor: pointer;
}
.tagLi.clickable:hover {
  border: 1px solid rgba(12, 33, 207, 0.8);
}
.compRow {
  margin-bottom: 20px;
}
.compRow.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.compRow.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.compGroup {
  float: left;
  width: 250px;
  padding-right: 30px;
}
.compGroup:last-child {
  padding-right: 0;
}
.rowGroup {
  margin: 20px 0 10px;
  border-bottom: 1px solid rgba(111, 133, 144, 0.2);
}
.rowGroup:last-child {
  border: none;
  margin-bottom: 0;
}
.form .formLabel {
  text-align: left;
  margin: 5px 0 5px;
  text-shadow: none;
  font-size: 13px;
  color: #5d5f61;
}
.form textarea.blue,
.form input.blue,
.form select.blue {
  background: rgba(67, 86, 244, 0.15);
  border: none;
}
.form textarea.blue.editable:hover,
.form input.blue.editable:hover,
.form select.blue.editable:hover {
  outline: none;
}
.form textarea.blue.editable:focus,
.form input.blue.editable:focus,
.form select.blue.editable:focus,
.form textarea.blue.editable:active,
.form input.blue.editable:active,
.form select.blue.editable:active {
  background: rgba(67, 86, 244, 0.25);
  outline: none;
  border: 1px solid #ff9500;
}
.inPlaceComponent {
  padding: 0 20px 0 0;
  float: left;
}
.inPlaceComponent:last-child {
  padding-right: 0;
}
.inPlaceComponent .wrap {
  height: 30px;
  position: relative;
  border: 1px solid transparent;
  background: #f4f5f6;
  vertical-align: middle;
  display: table-cell;
  width: 175px;
  padding: 10px;
}
.inPlaceComponent .wrap h3 {
  margin: 0;
  color: #0c21cf;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.inPlaceComponent .wrap:not(.clickable) h3 {
  color: #37393b;
}
.inPlaceComponent .wrap h4 {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  margin: 5px 0 0;
}
.inPlaceComponent .wrap .inputFile {
  background: none;
  border: none;
  color: transparent;
  padding: 5px 0;
}
.inPlaceComponent .wrap.clickable {
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.inPlaceComponent .wrap.clickable:hover {
  border: 1px solid transparent;
}
.inPlaceComponent .wrap.clickable:hover h3 {
  color: #0c21cf;
}
.inPlaceComponent .wrap .dropTitle {
  display: none;
}
.inPlaceComponent .wrap.active,
.inPlaceComponent .wrap.static {
  background: #cce4ff;
  border: 1px solid rgba(111, 133, 144, 0.2);
  vertical-align: top;
}
.inPlaceComponent .wrap.static {
  vertical-align: middle;
}
.inPlaceComponent .wrap.finished {
  background: none;
}
.inPlaceComponent .wrap.finished h3 {
  color: #838587;
}
.inPlaceComponent .wrap .form h3 {
  text-align: left;
}
.inPlaceComponent .wrap .form .compGroup {
  padding-right: 0;
  margin-right: 0;
  width: 100%;
}
.inPlaceComponent .wrap .form .compRow {
  margin-bottom: 10px;
}
.inPlaceComponent .wrap .form input {
  width: 120px;
}
.inPlaceComponent .wrap .cancelOptionButton {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #9d9fa1;
}
.inPlaceComponent .wrap .cancelOptionButton:hover {
  color: #838587;
}
.inPlaceComponent .wrap.file-over {
  vertical-align: middle;
  background: #cce4ff;
  border: 1px solid rgba(111, 133, 144, 0.2);
}
.inPlaceComponent .wrap.file-over h3,
.inPlaceComponent .wrap.file-over h4,
.inPlaceComponent .wrap.file-over input,
.inPlaceComponent .wrap.file-over p {
  display: none;
}
.inPlaceComponent .wrap.file-over h3 {
  text-align: center;
}
.inPlaceComponent .wrap.file-over .dropTitle {
  display: block;
}
.inPlaceComponent .wrap .formLabel.error {
  margin-top: 10px;
  font-weight: bold;
}
.viewSelect {
  margin: 0 20px 10px 0;
  font-size: 13px;
}
.viewSelect a {
  padding: 2px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.viewSelect a:hover {
  background: rgba(111, 133, 144, 0.1);
}
.viewSelect a.active,
.viewSelect a.active:hover {
  background: none;
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  color: #37393b;
}
.viewSelect a.disabled {
  color: #9d9fa1;
}
.viewSelect > li {
  float: right;
}
.viewSelect > li:not(:first-of-type):after {
  content: "|";
  display: inline-block;
  margin: 0 5px 0 2px;
  color: #d2d8da;
}
.viewSelect .dropdown-toggle {
  height: 22px !important;
}
.viewSelect .fa-chevron-down {
  line-height: 17px !important;
  padding: 0;
}
i.candidateStatusIcon {
  width: 25px;
  display: inline-block;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  vertical-align: middle;
  line-height: 15px;
  font-size: 14px;
  margin-left: 1px;
}
i.candidateStatusIcon.fa-question-circle,
i.candidateStatusIcon.fa-level-down {
  font-size: 16px;
}
i.candidateStatusIcon.fa-level-down {
  margin-right: -2px;
  margin-left: 2px;
}
i.candidateStatusIcon.fa-heart {
  margin-left: -1px;
  margin-right: 1px;
}
i.candidateStatusIcon.fa-play {
  margin-left: 2px;
  margin-right: 0;
}
i.candidateStatusIcon.fa-question-circle {
  margin-left: 0;
}
.selectBox {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 10px;
  line-height: 30px;
  cursor: pointer;
}
.selectBox.active {
  background: rgba(67, 86, 244, 0.2);
}
.selectBox i.fa-angle-down,
.selectBox i.fa-caret-down {
  float: right;
  line-height: 30px;
}
.buttonsGroup button,
.buttonsGroup input {
  float: left;
  margin: 0;
  height: 30px;
  padding: 0 5px;
  font-size: 13px;
  min-width: 80px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e3e6e8;
  font-weight: normal;
}
.buttonsGroup button.small,
.buttonsGroup input.small {
  min-width: initial;
  width: 30px;
}
.buttonsGroup button.medium,
.buttonsGroup input.medium {
  font-size: 15px;
  padding: 0 10px;
}
.buttonsGroup button i,
.buttonsGroup input i {
  font-size: 14px !important;
}
.buttonsGroup button:first-child,
.buttonsGroup input:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.buttonsGroup button:last-child,
.buttonsGroup input:last-child {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.buttonsGroup button:not(:last-child),
.buttonsGroup input:not(:last-child) {
  border-right: none;
}
.buttonsGroup button:hover:not(.selected):not(.disabled),
.buttonsGroup input:hover:not(.selected):not(.disabled) {
  background: rgba(111, 133, 144, 0.1);
}
.buttonsGroup button.disabled,
.buttonsGroup input.disabled {
  color: #9d9fa1;
}
.buttonsGroup button.selected,
.buttonsGroup input.selected {
  background: #cce4ff;
  color: #5d5f61;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.buttonsGroup button {
  color: #0c21cf;
}
#stepMethodsDropdown .dropdown-menu {
  width: 110px;
  min-width: initial;
}
#stepMethodsDropdown .dropdown-menu a {
  padding: 3px 10px;
}
#stepMethodsDropdown .dropdown-menu .methodIcon {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin-right: 5px;
}
.titleBottomBorder {
  padding-bottom: 5px;
  border-bottom: 1px solid #d2d8da;
}
#loadingApp {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  height: 300px;
  margin-top: -210px;
  text-align: center;
}
#loadingApp .top,
#loadingApp .bottom {
  position: absolute;
  right: 0;
  left: 0;
}
#loadingApp .top {
  bottom: 50%;
}
#loadingApp .bottom {
  top: 50%;
}
#loadingApp i {
  font-size: 30px;
  color: #37393b;
  margin: 40px 0;
  display: block;
}
#loadingApp .personThumb {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#loadingApp h3 {
  font-weight: normal;
  color: #37393b;
  margin: 10px 0;
}
#loadingApp h3.bolder {
  font-weight: bold;
}
#stepTypes {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  position: relative;
  /*
	> li {
		
		.rounded;
		padding: 0 10px 5px;
		margin: 0;
		border: 1px solid @body-back;
		//width: 100%;
		&:not(:last-of-type) {
			margin-bottom: 10px;
			//border-bottom: 1px solid rgba(0,0,0,0.1);
		}
		min-height: 75px;
		cursor: pointer;
		.transition-duration;

		h4 {
			overflow: initial;
			white-space: normal;
			line-height: 125%;
			color: @gray-light;
			text-align: left;
		}

		h3 {
			margin-bottom: 5px;
			text-align: left;
		}

		//&:first-of-type {margin-top: 0;}

		&:hover {
			//background: fade(@blue-ex-ex-light, 50%);
			//border-color: fade(@blue, 50%);
			background: @light-back;
			//background: @blue-ex-light;
		}

		&.active, &.active:hover {			
			//background: @blue-dark;
			background: @blue-ex-light;
			//h3 {color: white;}
			//h4 {color: fade(white, 80%);}
		}
		
	}*/
}
#stepTypes a,
#stepTypes a > i {
  line-height: 25px;
}
.statusButton {
  height: 50px;
  width: 120px;
  position: relative;
  margin-left: 1px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: default;
  background: #e6e9ea;
}
.statusButton.big {
  width: 205px;
}
.statusButton:not(.readonly) {
  cursor: pointer;
}
.statusButton:not(.readonly):hover {
  background: #d8ddde;
}
.statusButton i.candidateStatusIcon {
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -5px;
}
.statusButton .statusLabel {
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
}
.statusButton i,
.statusButton .statusLabel {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
.statusButton.selected,
.statusButton.selected:hover {
  background: rgba(67, 86, 244, 0.4);
}
.statusButton.selected .statusLabel,
.statusButton.selected:hover .statusLabel {
  font-weight: 700;
}
i.fa-male {
  font-size: 18px !important;
}
i.fa-video-camera {
  font-size: 15px !important;
}
i.fa-phone {
  font-size: 18px !important;
}
.scopeLabel {
  font-size: 13px;
  cursor: default;
  font-weight: normal;
  color: #9d9fa1;
  margin-left: 15px;
  float: right;
}
textarea.textNotes {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  min-height: 50px;
  padding: 5px 8px;
  border: 1px solid transparent;
  background: #f4f5f6;
  overflow: hidden;
}
textarea.textNotes.editable:hover {
  outline: 1px dotted #4356f4 !important;
}
textarea.textNotes.editable:focus,
textarea.textNotes.editable:active,
textarea.textNotes.editable:focus:hover,
textarea.textNotes.editable:active:hover {
  background: white;
  outline: 1px solid #4356f4 !important;
}
.colorflash-frames 0% {
  background-color: #ff9500;
}
.colorflash-frames 100% {
  background-color: initial;
}
@-webkit-keyframes color-flash {
  0% {
    background-color: #ff9500;
  }
  100% {
    background-color: initial;
  }
}
@-moz-keyframes color-flash {
  0% {
    background-color: #ff9500;
  }
  100% {
    background-color: initial;
  }
}
@-ms-keyframes color-flash {
  0% {
    background-color: #ff9500;
  }
  100% {
    background-color: initial;
  }
}
@-o-keyframes color-flash {
  0% {
    background-color: #ff9500;
  }
  100% {
    background-color: initial;
  }
}
@keyframes color-flash {
  0% {
    background-color: #ff9500;
  }
  100% {
    background-color: initial;
  }
}
.colorflash {
  -webkit-animation: color-flash 1s 0 1 normal ease-out;
  -moz-animation: color-flash 1s 0 1 normal ease-out;
  -o-animation: color-flash 1s 0 1 normal ease-out;
  animation: color-flash 1s 0 1 normal ease-out;
}
.loadingIcon {
  font-size: 16px;
  color: #5d5f61;
}
.loadingIcon.white {
  color: white;
}
.infoIcon {
  font-size: 14px;
  color: #9d9fa1;
}
.infoIcon:hover {
  color: #838587;
}
.dropdown-menu > li.active > a .infoIcon,
.dropdown-menu > li.active > a:hover .infoIcon {
  color: #9d9fa1;
}
.cardAction {
  font-size: 13px;
  color: #838587;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: block;
  margin: 0;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  min-width: 80px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;
}
.cardAction.disabled:hover {
  color: #838587;
}
.cardAction:not(.noBack) {
  background: #f4f5f6;
}
.cardAction.min-width {
  min-width: initial;
}
.open > .cardAction:not(.disabled),
.cardAction:hover:not(.disabled),
.cardAction:active:not(.disabled),
.cardAction:focus:not(.disabled) {
  background: #e6e9ea;
  color: #0c21cf;
}
.cardAction .fa-caret-down,
.cardAction .fa-chevron-down {
  margin: 0;
  line-height: inherit;
  color: #0c21cf;
  font-size: 12px;
  width: auto !important;
}
.cardAction.noBack {
  color: #9d9fa1;
}
.cardAction.noBack .fa-caret-down,
.cardAction.noBack .fa-chevron-down {
  color: #9d9fa1;
}
.cardAction.noBack:hover .fa-caret-down,
.open > .cardAction.noBack .fa-caret-down,
.cardAction.noBack:hover .fa-chevron-down,
.open > .cardAction.noBack .fa-chevron-down {
  color: #0c21cf;
}
.cardAction > i {
  display: inline-block;
}
.bottomCardLine {
  color: #9d9fa1;
  font-size: 13px;
  line-height: 26px;
}
a .showOnLinkHover {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a:hover .showOnLinkHover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.bottomShadow:before,
.topShadow:after {
  background-size: 100% 70px;
  background-repeat: no-repeat;
  display: block;
  content: ' ';
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  pointer-events: none;
}
.bottomShadow:before {
  background-image: url(images/common/shadowline-bottom.png);
  bottom: 0;
}
.topShadow:after {
  background-image: url(images/common/shadowline-top.png);
  top: 0;
}
.menuListItem {
  overflow: hidden;
  padding: 5px 5px 5px 0;
  position: relative;
  cursor: default;
}
.menuListItem * {
  cursor: default;
}
.menuListItem:not(.disabled):hover {
  background: #f4f5f6;
}
.menuListItem.active,
.menuListItem.active:hover {
  background: #cce4ff;
}
.menuListItem:hover .arrow-right {
  display: block;
}
.menuListItem h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 125%;
  height: 18px;
  font-weight: bold;
  margin: 0 0 3px 0;
  color: #37393b;
}
.menuListItem h4 {
  font-weight: normal;
  margin: 0;
  line-height: 120%;
  height: 15px;
  color: #9d9fa1;
  position: relative;
}
.menuListItem.title {
  height: auto;
  line-height: 20px;
  padding: 5px;
  margin: 15px 0 0;
  font-size: 15px;
  color: #9d9fa1;
  border-bottom: 1px solid #e3e6e8;
  background: none !important;
}
.menuListItem .menuListItemWell {
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 3px;
  line-height: 100%;
  color: #9d9fa1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
}
.menuListItem .menuListItemWell.red {
  color: #ca0637;
}
.menuListItem .menuListItemWell:before {
  content: ' ';
  position: absolute;
  right: 100%;
  top: 0;
  width: 10px;
  bottom: 0;
}
.menuListItem .menuListItemWell:before {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #ffffff));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(center left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.menuListItem:hover:not(.active) .menuListItemWell {
  background: #f4f5f6;
}
.menuListItem:hover:not(.active) .menuListItemWell:before {
  background: #f4f5f6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(244, 245, 246, 0)), color-stop(1, #f4f5f6));
  background: -ms-linear-gradient(left, rgba(244, 245, 246, 0), #f4f5f6);
  background: -moz-linear-gradient(center left, rgba(244, 245, 246, 0) 0%, #f4f5f6 100%);
}
.menuListItem.active .menuListItemWell,
.menuListItem.active:hover .menuListItemWell {
  background: #cce4ff;
}
.menuListItem.active .menuListItemWell:before,
.menuListItem.active:hover .menuListItemWell:before {
  background: #cce4ff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(204, 228, 255, 0)), color-stop(1, #cce4ff));
  background: -ms-linear-gradient(left, rgba(204, 228, 255, 0), #cce4ff);
  background: -moz-linear-gradient(center left, rgba(204, 228, 255, 0) 0%, #cce4ff 100%);
}
.middotAfter:after {
  content: "\0000B7";
  display: inline-block;
  margin: 0 5px;
  color: #838587;
}
.middotBefore:before {
  content: "\0000B7";
  display: inline-block;
  margin: 0 5px;
  color: #838587;
}
.inlineList > li {
  display: inline;
}
.inlineList > li:not(:last-of-type):after {
  content: "\0000B7";
  display: inline-block;
  margin: 0 5px;
  color: #838587;
}
.pdf-content {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.pdf-content div,
.pdf-content a,
.pdf-content span {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.warningWell {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  text-shadow: none;
  padding: 2px 5px;
  margin-top: 2px;
  background: #ff9500;
  color: white;
  font-weight: bold;
  font-size: 13px;
}
.warningWell.error {
  background: #ca0637;
}
.fullpageForm .caption {
  color: #080071;
}
.fullpageForm .label-block {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
  line-height: 15px;
}
.fullpageForm .label-block .label-block__checkbox {
  margin-right: 8px;
}
.fullpageForm .btn-wrapper:first-child .bigActionUpButton {
  margin-top: 0;
}
.fullpageForm .pageForm {
  position: absolute;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: left;
}
.fullpageForm .pageForm h2 {
  font-size: 30px;
  line-height: 125%;
  font-weight: 400;
}
.fullpageForm .pageForm h2.caption {
  margin: 26px 0;
}
.fullpageForm .pageForm .borderBottom {
  border-bottom: 1px solid #d2d8da;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.fullpageForm .pageForm h3 {
  line-height: 150%;
  margin-bottom: 0;
}
.fullpageForm .pageForm p {
  font-size: 13px;
  font-weight: normal;
  color: #37393b;
  line-height: 150%;
}
.fullpageForm .pageForm .compGroup {
  width: 100%;
  padding: 0;
}
.fullpageForm .pageForm .compGroup.halfWidth {
  width: 154px;
}
.fullpageForm .pageForm .compGroup.spaceRight {
  margin-right: 30px;
}
.fullpageForm .pageForm input {
  font-size: 15px;
  margin: 2px 0;
  padding: 7px 10px;
  text-align: left;
  border: 1px solid #d2d8da;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullpageForm .pageForm input:active,
.fullpageForm .pageForm input:focus {
  outline: 2px solid rgba(67, 86, 244, 0.5);
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fullpageForm .pageForm .smallButton {
  font-size: 15px;
  padding: 3px 20px;
}
.fullpageForm .pageForm .formContainer {
  background: white;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  border: 1px solid #d5dbdd;
  margin-bottom: 30px;
}
.fullpageForm .pageForm .formContainer--offset {
  margin-bottom: 14px;
}
.fullpageForm .pageForm .formContainer .compGroup:last-of-type,
.fullpageForm .pageForm .formContainer h3:last-of-type,
.fullpageForm .pageForm .formContainer h2:last-of-type,
.fullpageForm .pageForm .formContainer p:last-of-type {
  margin-bottom: 0;
}
.fullpageForm .pageForm .formContainer .rowGroup:first-of-type,
.fullpageForm .pageForm .formContainer .compGroup:first-of-type,
.fullpageForm .pageForm .formContainer h3:first-of-type,
.fullpageForm .pageForm .formContainer h2:first-of-type,
.fullpageForm .pageForm .formContainer p:first-of-type {
  margin-top: 0;
}
.fullpageForm .pageForm .formContainer .rowGroup {
  border: none;
}
.fullpageForm .pageForm .formContainer hr {
  border: none;
  border-bottom: 1px solid #d5dbdd;
  margin: 20px 0;
}
.fullpageForm .pageForm .formContainer hr:last-child {
  margin-bottom: 0;
}
.fullpageForm .pageForm .formContainer .form-side-image {
  position: absolute;
  top: 0;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fullpageForm .pageForm .formContainer .form-side-image.right-image {
  left: 100%;
}
.fullpageForm .pageForm .formContainer .form-side-image.left-image {
  right: 100%;
}
.fullpageForm .pageForm .conditions {
  line-height: 125%;
  color: #9d9fa1;
  margin: 20px 0 0 !important;
}
.fullpageForm .pageForm .conditions a {
  color: #9d9fa1;
  text-decoration: underline;
}
.fullpageForm .pageForm .conditions a:hover {
  color: #4356f4;
}
.fullpageForm .footer .loadingIcon {
  margin-right: 20px;
  line-height: 30px;
}
.fullpageForm .compRow {
  margin-bottom: 10px;
}
.fullpageForm .compRow:last-of-type {
  margin-bottom: 0;
}
.fullpageForm .bigActionUpButton {
  background: #4356f4;
  width: 100%;
  margin-top: 10px;
  height: 40px;
  position: relative;
}
.fullpageForm .bigActionUpButton img {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  height: 32px;
  width: 32px;
}
.fullpageForm .bigActionUpButton.blue img {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  height: 32px;
  width: 32px;
}
.fullpageForm .bigActionUpButton.grey {
  background: #9d9fa1;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.3);
  color: white;
}
.fullpageForm .bigActionUpButton.grey:hover {
  background: #4356f4;
  color: white;
}
.fullpageForm .bigActionUpButton.white {
  background: white;
}
.fullpageForm .errorWell,
.fullpageForm .warnWell {
  border: 1px solid rgba(202, 6, 55, 0.7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 10px;
  width: auto;
}
.fullpageForm .errorWell ul,
.fullpageForm .warnWell ul {
  padding-left: 20px;
}
.fullpageForm .warnWell {
  border-color: #e08300;
}
.fullpageForm .spaceBottom10 {
  margin-bottom: 10px;
}
.fullpageForm h3 {
  font-size: 15px;
  height: auto;
  margin: 0 0 10px;
}
.fullpageForm .orDivider {
  margin: 20px 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d5dbdd;
  position: relative;
}
.fullpageForm .orDivider span {
  position: absolute;
  left: 50%;
  text-align: center;
  background: white;
  width: 60px;
  margin-left: -30px;
  top: 10px;
  line-height: 20px;
  color: #37393b;
  font-size: 15px;
  font-weight: normal;
}
.middotBefore:before {
  content: "\0000B7";
  display: inline-block;
  margin: 0 5px;
  color: #838587;
}
.inlineList > li {
  display: inline-block;
  position: relative;
}
.inlineList > li:not(:last-of-type):not(.separatorBefore):after {
  content: "\0000B7";
  display: inline-block;
  margin: 0 5px;
  color: #838587;
}
.inlineList > li.separatorBefore:before {
  content: "\0000B7";
  display: inline-block;
  margin: 0 5px;
  color: #838587;
}
.inlineList > li.separatorBefore:before {
  content: "\0000B7";
  display: inline-block;
  margin: 0 5px;
  color: #838587;
}
#top-bar {
  z-index: 1;
}
#top-bar .bar-left {
  margin-top: 6px;
  left: 10px;
}
#top-bar .bar-right {
  top: 0;
  margin-top: 7px;
  line-height: 30px;
  font-size: 15px;
}
#top-bar .bar-right a {
  font-size: 15px;
}
#top-bar #top-bar-logo {
  height: 23px;
  margin: 3px 0;
  cursor: pointer;
}
@media (max-width: 1000px) {
  #top-bar {
    margin-bottom: 20px;
  }
  #top-bar .bar-right {
    text-align: center;
    right: 5%;
    left: 5%;
  }
  .fullpageForm .pageForm {
    max-width: 90%;
    width: auto;
    position: relative;
    margin-left: 5%;
    left: auto;
  }
  .fullpageForm .pageForm .formContainer {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .fullpageForm .pageForm .formContainer .halfWidth {
    width: 47.5%;
  }
  .fullpageForm .pageForm .formContainer .spaceRight {
    margin-right: 4.99%;
  }
}
body {
  margin: 0;
  padding: 0;
  overflow: auto;
}
::selection {
  background: rgba(255, 160, 26, 0.9);
}
::-moz-selection {
  background: rgba(255, 160, 26, 0.9);
}
::-webkit-selection {
  background: rgba(255, 160, 26, 0.9);
}
.screenBack {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 750px;
}
#notifications {
  position: absolute;
  min-width: 400px;
  top: 0;
  right: 80px;
  left: 80px;
  z-index: 100;
}
.screen {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 500px;
  max-height: 1200px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  /*
	#connectOr {
		width: 50px; height: 66px;
		margin-left: 25px;
		float: left;
		position: relative;

		.topLine, .bottomLine {border-left: 1px solid white; position: absolute;}
		.topLine {top: 0; bottom: 75%;}
		.bottomLine {bottom: 0; top: 75%;}
		.midText {
			position: absolute;
			top: 50%; margin-top: -7px;
			margin-left: -10px;
		}
	}
	*/
}
.screen h1,
.screen h2,
.screen h3,
.screen h4 {
  color: #ffffff;
  line-height: 100%;
  display: block;
  cursor: default;
  text-shadow: 0 -1px 1px rgba(10, 27, 169, 0.5);
}
.screen h1 a,
.screen h2 a,
.screen h3 a,
.screen h4 a {
  color: #FAC57A;
}
.screen h1 a:hover,
.screen h2 a:hover,
.screen h3 a:hover,
.screen h4 a:hover {
  color: #FAC57A;
  text-decoration: underline;
}
.screen h1 {
  font-weight: 600;
  font-size: 0;
  padding-top: 20px;
  text-shadow: 0 -1px 15px rgba(0, 68, 112, 0.15), 0 1px 1px rgba(0, 68, 112, 0.5);
}
.screen h2 {
  font-weight: 300;
  font-size: 30px;
  width: 100%;
  line-height: 125%;
  letter-spacing: 0;
  max-width: 880px;
  text-shadow: 0 -1px 7px rgba(0, 68, 112, 0.15), 0 1px 1px rgba(0, 68, 112, 0.5);
}
.screen h3 {
  width: 100%;
  font-weight: 300;
  font-size: 17px;
  margin-top: 0;
}
.screen h4 {
  font-weight: 400;
  color: white;
  font-size: 12px;
}
.screen h3.thankyou {
  line-height: 125%;
  margin: 0;
  padding: 5px 10px;
  font-size: 30px;
  width: auto;
}
.screen .topContent {
  position: relative;
  margin: 50px 80px;
}
.screen .bottomContent {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.screen .bottomContent input,
.screen .bottomContent button {
  height: 40px;
  padding: 8px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: none;
  margin-left: 10px;
}
.screen .bottomContent input:first-child,
.screen .bottomContent button:first-child {
  margin-left: 0;
}
.screen .bottomContent input {
  width: 200px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.9);
}
.screen .bottomContent input:hover,
.screen .bottomContent input:active,
.screen .bottomContent input:focus {
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.screen .bottomContent input.email {
  width: 300px;
}
.screen .bottomContent button {
  min-width: 100px;
  background: #ff9500;
  color: white;
  font-weight: normal;
  font-size: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ff9500;
  text-shadow: 0 -1px 0 rgba(10, 27, 169, 0.25);
}
.screen .bottomContent button:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.screen #betaSubscribeForm {
  width: 830px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 5px;
}
.screen button#signin {
  margin-top: 5px;
  float: right;
  padding: 8px 15px;
  background: none;
  font-size: 15px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.screen button#signin:not(.disabled):hover {
  border: 1px solid #ffffff;
}
.screen button#signin.disabled {
  cursor: default;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.notification {
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.98);
  color: #37393b;
  font-size: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 1px;
  animation-delay: 1s;
  -webkit-animation-delay: 2s;
}
.notification a:hover {
  text-decoration: underline;
}
.notification.warning {
  color: #ff9500;
}
#topLogo {
  float: left;
  max-width: 300px;
  min-width: 200px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/*
body.ie {
	h1 {font-size: 50px;}
	.bottomContent {margin-top: 100px;}
}
*/
@media all and (max-width: 770px) {
  #fullBack {
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: initial !important;
  }
  .bottomContent {
    margin-top: 30px !important;
  }
  #firstScreen {
    height: auto !important;
    min-height: initial !important;
    max-height: initial !important;
    min-width: initial !important;
  }
  #betaSubscribeForm {
    width: 415px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
  }
  #betaSubscribeForm input,
  #betaSubscribeForm button {
    float: none !important;
    clear: both !important;
    margin: 5px 5px 0 0 !important;
  }
  #notifications {
    min-width: initial !important;
    left: 10px;
    right: 10px;
  }
}
@media all and (max-width: 549px) {
  .topContent {
    margin: 50px 10px !important;
  }
  button#signin {
    float: none !important;
    width: 100% !important;
    margin: 20px 0 !important;
  }
  #betaSubscribeForm {
    width: 100% !important;
    min-width: 280px !important;
    padding: 0 5px 5px 5px !important;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #betaSubscribeForm input,
  #betaSubscribeForm button {
    margin: 10px 0 0 0 !important;
    width: 100% !important;
  }
}
#signup .companyLogo {
  position: absolute;
  max-width: 80px;
  max-height: 30px;
  right: 30px;
  top: 30px;
}
#signup .linkedinSupport {
  margin-top: 20px;
  line-height: 125%;
  color: #37393b;
}
#signup .orDivider {
  margin-top: 10px;
}
#signup #connectWithLinkedin {
  margin-top: 20px;
}
#signup h3 {
  margin: 0 0 10px;
}
/*
#signin {
	.form-side-image.right-image {margin-top: -140px;}
	.form-side-image.left-image {margin-right: 50px; margin-top: 200px;}
}*/
#subscribe .bigActionUpButton {
  background: #ed676b;
}
#subscribe .bigActionUpButton:hover {
  background: #e8393f;
}
#subscribe .form-side-image.right-image {
  margin-top: -50px;
  margin-left: 38px;
}
#subscribe .form-side-image.left-image {
  top: auto;
  bottom: 215px;
}
#signup .form-side-image.left-image {
  top: 20px;
}
#signup .form-side-image.left-image.openForm {
  top: auto;
  bottom: 431px;
}
#signup .disabled {
  pointer-events: none;
}
#signin .form-side-image.left-image {
  margin-top: 150px;
}
.inputTipWrap {
  position: relative;
}
.inputTipWrap .inputTip {
  z-index: 1000000;
  position: absolute;
  line-height: 16.25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  font-weight: normal;
  cursor: default;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  padding: 2px 6px;
  background: #ffffff;
  color: #37393b;
  border: 1px solid #9d9fa1;
  right: 0;
  top: 100%;
  margin-top: 2px;
  /*

		> .tip-text {
			display: block;
			padding: 5px;
			text-align: right;
			color: white;
			text-shadow: none;
		}*/
}
.inputTipWrap .inputTip.big {
  font-size: 15px;
  padding: 10px;
  line-height: 125%;
}
.inputTipWrap .inputTip .tip-arrow {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  right: 6px;
  bottom: 100%;
  margin-left: -8px;
  margin-top: -8px;
}
.inputTipWrap .inputTip .tip-arrow-border {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(55, 57, 59, 0.2);
  position: absolute;
  right: 5px;
  bottom: 100%;
  margin-left: -8px;
  margin-top: -8px;
}
.inputTipWrap .inputTip.right .tip-arrow {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #ffffff;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -6px;
}
.inputTipWrap .inputTip.right .tip-arrow-border {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid rgba(55, 57, 59, 0.2);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}
.inputTipWrap .inputTip.warning {
  background: #ff9500;
  color: #ffffff;
  border: 1px solid rgba(255, 149, 0, 0.2);
}
.inputTipWrap .inputTip.warning .tip-arrow {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ff9500;
  position: absolute;
  right: 6px;
  bottom: 100%;
  margin-left: -8px;
  margin-top: -8px;
}
.inputTipWrap .inputTip.warning .tip-arrow-border {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 5px;
  bottom: 100%;
  margin-left: -8px;
  margin-top: -8px;
}
.inputTipWrap .inputTip.warning.right .tip-arrow {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #ff9500;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -6px;
}
.inputTipWrap .inputTip.warning.right .tip-arrow-border {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}
.inputTipWrap .inputTip.error,
.inputTipWrap .inputTip.invalid {
  background: #fd396a;
  color: #ffffff;
  border: 1px solid rgba(253, 57, 106, 0.2);
}
.inputTipWrap .inputTip.error .tip-arrow,
.inputTipWrap .inputTip.invalid .tip-arrow {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fd396a;
  position: absolute;
  right: 6px;
  bottom: 100%;
  margin-left: -8px;
  margin-top: -8px;
}
.inputTipWrap .inputTip.error .tip-arrow-border,
.inputTipWrap .inputTip.invalid .tip-arrow-border {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 5px;
  bottom: 100%;
  margin-left: -8px;
  margin-top: -8px;
}
.inputTipWrap .inputTip.error.right .tip-arrow,
.inputTipWrap .inputTip.invalid.right .tip-arrow {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #fd396a;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -6px;
}
.inputTipWrap .inputTip.error.right .tip-arrow-border,
.inputTipWrap .inputTip.invalid.right .tip-arrow-border {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}
.inputTipWrap .inputTip.approve {
  background: #00c59b;
  color: #ffffff;
  border: 1px solid rgba(0, 197, 155, 0.2);
}
.inputTipWrap .inputTip.approve .tip-arrow {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #00c59b;
  position: absolute;
  right: 6px;
  bottom: 100%;
  margin-left: -8px;
  margin-top: -8px;
}
.inputTipWrap .inputTip.approve .tip-arrow-border {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 5px;
  bottom: 100%;
  margin-left: -8px;
  margin-top: -8px;
}
.inputTipWrap .inputTip.approve.right .tip-arrow {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #00c59b;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -6px;
}
.inputTipWrap .inputTip.approve.right .tip-arrow-border {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}
.inputTipWrap .inputTip.guide {
  background: #ffffff;
  color: #838587;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.inputTipWrap .inputTip.guide .tip-arrow {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  right: 6px;
  bottom: 100%;
  margin-left: -8px;
  margin-top: -8px;
}
.inputTipWrap .inputTip.guide .tip-arrow-border {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(131, 133, 135, 0.2);
  position: absolute;
  right: 5px;
  bottom: 100%;
  margin-left: -8px;
  margin-top: -8px;
}
.inputTipWrap .inputTip.guide.right .tip-arrow {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #ffffff;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -6px;
}
.inputTipWrap .inputTip.guide.right .tip-arrow-border {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid rgba(131, 133, 135, 0.2);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}
.inputTipWrap .inputTip .guide {
  white-space: pre-line;
}
.inputTipWrap .inputTip .guideTemplate {
  white-space: normal;
}
.inputTipWrap .inputTip .guideTemplate ul {
  padding: 5px 0 5px 16px;
}
.inputTipWrap .inputTip.right {
  right: 0;
  top: 50%;
  margin-top: -10.125px;
}
.inputTipWrap .inputTip.right.big {
  margin-top: -12.125px;
}
/* bootstrap comiled */
.comeet-modal-open {
  overflow: hidden;
}
.comeet-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(215, 221, 223, 0.9);
}
.comeet-modal .smallButton,
.comeet-modal .formButton {
  font-size: 13px !important;
  display: inline-block;
  height: 30px;
  line-height: 24px;
  padding: 2px 8px;
  margin-left: 10px;
  color: #4356F4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e3e6e8;
  background: white;
}
.comeet-modal .smallButton:hover:not(.disabled),
.comeet-modal .formButton:hover:not(.disabled),
.comeet-modal .smallButton:active:not(.disabled),
.comeet-modal .formButton:active:not(.disabled),
.comeet-modal .smallButton:focus:not(.disabled),
.comeet-modal .formButton:focus:not(.disabled) {
  border-color: rgba(111, 133, 144, 0.7);
}
.comeet-modal .smallButton.blue,
.comeet-modal .formButton.blue {
  background: #4356F4;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.comeet-modal .smallButton.blue:hover:not(.disabled),
.comeet-modal .formButton.blue:hover:not(.disabled),
.comeet-modal .smallButton.blue:active:not(.disabled),
.comeet-modal .formButton.blue:active:not(.disabled),
.comeet-modal .smallButton.blue:focus:not(.disabled),
.comeet-modal .formButton.blue:focus:not(.disabled) {
  background: #080071;
  border-color: transparent;
}
.comeet-modal .smallButton.white,
.comeet-modal .formButton.white {
  color: #4356f4;
  background: white;
  text-shadow: none;
  border-color: #4356f4;
}
.comeet-modal.fade .comeet-modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.comeet-modal.in .comeet-modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.comeet-modal-open .comeet-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.comeet-modal-dialog {
  position: relative;
  width: 600px;
  margin: 30px auto;
}
.comeet-modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-small .comeet-modal-dialog,
.modal-small .comeet-modal-content {
  width: 405px;
}
.comeet-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.comeet-modal-backdrop.fade {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.comeet-modal-backdrop.in {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.comeet-modal-header {
  padding: 15px;
  min-height: 16.42857143px;
  border: 0;
}
.comeet-modal-header-with-tabs {
  padding: 15px;
  border: 0;
  height: auto;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.02);
}
.comeet-modal-header-with-tabs #cardTabs {
  border: none;
}
.comeet-modal-header .close {
  margin-top: -2px;
}
.comeet-modal-header-with-tabs .close {
  margin-top: -2px;
}
.comeet-modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.comeet-modal-body {
  position: relative;
  padding: 15px;
  font-size: 13px;
}
.comeet-modal-footer {
  text-align: right;
  border: 0;
  background: #fff;
  padding: 10px 25px;
}
.comeet-modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.comeet-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.comeet-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.comeet-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .comeet-modal-dialog {
    width: 600px;
  }
  .comeet-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .comeet-modal-sm {
    width: 300px;
  }
  .comeet-modal-content {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .comeet-modal-lg {
    width: 900px;
  }
}
.closeButton {
  position: absolute;
  top: 25px;
  right: 20px;
  color: #d5dbdd;
  font-size: 18px;
  cursor: pointer;
}
/* end bootstrap */
/* start Comeet tweaks */
iframe.comeet-iframe {
  border: none;
}
.comeet-modal {
  display: block;
}
.comeet-modal iframe {
  width: 100%;
  border: 0;
}
/* end Comeet tweaks */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
